home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_547
/
PlaceObject2_112_51
/
CLIPACTIONRECORD onClipEvent(keyDown).as
Wrap
Text File
|
2008-09-12
|
120b
|
7 lines
onClipEvent(keyDown){
if(Key.isDown(40) || Key.isDown(38))
{
Selection.setFocus("_root.btn0");
}
}